GoXam for WPF v3
LinkCategoryPath Property
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkCategoryPath Property
Gets or sets a property path that that specifies how to find the category of a link data.
Syntax
public string LinkCategoryPath {get; set;}

Property Value

This defaults to an empty string, which causes FindCategoryForLink to return an empty string. The value must not be null.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindCategoryForLink for most cases.

The value of this property path applied to a link data object must be a string.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members